home *** CD-ROM | disk | FTP | other *** search
- Path: adm.icenet.no!news
- From: borgen@icenet.no (B°rge N°st)
- Newsgroups: comp.sys.amiga.programmer
- Subject: How to crash RAM:
- Date: 19 Apr 1996 19:32:24 GMT
- Organization: IceNet AS - Tromsoe, Norway
- Message-ID: <467.6682T1412T1705@icenet.no>
- NNTP-Posting-Host: tromso26.icenet.no
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- If you are bored you could always try this script:
-
- -----------<snip>-----------
- set echo on
- copy s:startup-sequence ram:dummy
- makedir t:dummy
- copy s:startup-sequence t:dummy/file
- copy t: ram: all
- set echo off
- -----------<snip>-----------
-
- Crashes my Amiga nicely. Total freeze.
- The trick is to first make a file and then try to copy(/open?) a directory
- with the same name to the same directory.
-
- If you try it on your harddisk you just get an error message.
-
- -B°rge
-
-